POV-Ray : Newsgroups : povray.binaries.images : glow sample image, 4 types : Re: glow sample image, 4 types Server Time
20 Aug 2024 02:19:38 EDT (-0400)
  Re: glow sample image, 4 types  
From: Keith Hull
Date: 12 Sep 2000 17:59:24
Message: <39BEA6E3.F2F0135A@totalise.co.uk>
I get a similar error "object or directive expected
but end of file found instead" if I don't put a box{0,0} after the
glows.... see my post in p.u.p.

Keith

Jetlag wrote:
> 
> > I'm not getting the new syntax, can you post a sample? I keep getting
> "float
> > expected, end of file found instead".
> 
> I think the *simplest* example would be:
> 
> glow { }
> 
> you should throw these in for good measure:
> 
> camera { location z*-10 }
> box { 0,0 }
> 
> I believe 'glow { }' implies:
> 
> glow { color 1 location 0 type 0 size 1 }
> 
> An example of a 0.3->0.3.1 conversion would be:
> 
> glow { 2 color <.2,.3,.1> location <0,1,2> glow_type 0 }
> --to--
> glow { color <.4,.6,.2> location <0,1,2> type 0 }
> 
> You say it says "float expected"? Could you post the glow statement that
> produces that? Oh, and make sure you're running the version you think you
> are [check 'Help | About' or the console]. (I often have different versions
> running at the same time and confuse myself regularly.)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.